go.uber.org/atomic.Duration.v (field)
7 uses
go.uber.org/atomic (current package)
duration.go#L34: v Int64
duration.go#L50: return time.Duration(x.v.Load())
duration.go#L55: x.v.Store(int64(val))
duration.go#L67: return x.v.CompareAndSwap(int64(old), int64(new))
duration.go#L73: return time.Duration(x.v.Swap(int64(val)))
duration_ext.go#L29: return time.Duration(d.v.Add(int64(delta)))
duration_ext.go#L34: return time.Duration(d.v.Sub(int64(delta)))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |